Help > Reference > Macros > Collections > Indexes collection

Indexes collection

This collection contains Index objects that represent indexes in the Perceptive Search Catalog. Use Indexes property of the Desktop object to access this collection.

Example

For Each Index in App.Indexes
  Index.IDBFunction "UPDATE"
Next

See Also

Macro Object Model

Collections

Desktop.Indexes

Index